/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@charset "utf-8";
@font-face {
  font-family: "Unna";
  font-weight: normal;
  src: url("../fonts/Unna-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Unna";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/Unna-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Unna";
  font-weight: bold;
  src: url("../fonts/Unna-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Unna";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/Unna-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "gilroy";
  font-weight: 300;
  src: url("../fonts/Gilroy-Light-11.otf") format("opentype");
}
@font-face {
  font-family: "gilroy";
  font-weight: normal;
  src: url("../fonts/gilroy-regular-3.otf") format("opentype");
}
@font-face {
  font-family: "gilroy";
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium-2.otf") format("opentype");
}
@font-face {
  font-family: "gilroy";
  font-weight: bold;
  src: url("../fonts/gilroy-bold-4.otf") format("opentype");
}
.gilroy{font-family: 'gilroy';}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_oqo40ix81sb.woff2?t=1725588277613') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_oqo40ix81sb.woff?t=1725588277613') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_oqo40ix81sb.ttf?t=1725588277613') format('truetype');
}
html{overflow-x: hidden;font-size: 16px;}
body {min-width: 320px;color: #302f2f;overflow: hidden;font-family:"Unna","PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;}
.goomay a {
  font-family:"iconfont" !important;
  font-size:12px!important;
  color: #fff !important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e625"; }
.goomay a:hover{color: #dbd3c5 !important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{word-break:normal !important}
li {list-style: none;}
i {font-style: normal;}
a {color: #302f2f;}
a:focus{text-decoration: none;outline: none;color:#302f2f;}
a:hover { color: #302f2f;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
img {border: 0;  max-width: 100%;}
.relative {position: relative;}
.container {max-width: 1200px;  padding: 0 10px;}
.container2 {max-width: 100%; width:100%;  margin: 0 auto;padding: 0 8.33vw;}
.container3 {max-width: 100%; width:100%;  margin: 0 auto;padding: 0 10.156vw;}
#page{padding-top: 0px; overflow: hidden;}
nav.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none; transition: .3s all;}
#BMapLib_transBox0 table td{box-sizing: content-box !important;}
.target-fix {position: relative;top:-100px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0 !important;}
.table{display: table;width: 100%;height: 100%;margin:0;}
.table>.middle{display: table-cell;vertical-align: middle;}
.none{display: none !important;}
.flex{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.swiper-container,.swiper-container .swiper-slide{position: relative;}
.swiper-container{
  --swiper-theme-color: #dbd3c5;/* 设置Swiper风格 */
  --swiper-preloader-color: #dbd3c5;/* 单独设置预加载圆圈的颜色 */
}
/* animates */
@-webkit-keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeUp {-webkit-animation-name: fadeUp;animation-name: fadeUp;}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fade {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
@-webkit-keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeDown {-webkit-animation-name: fadeDown;animation-name: fadeDown;}
@-webkit-keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeLeft {-webkit-animation-name: fadeLeft;animation-name: fadeLeft;}
@-webkit-keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeRight {-webkit-animation-name: fadeRight;animation-name: fadeRight;}

.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}
.f17{font-size: 17px;}
.f18{font-size: 18px;}
.f20{font-size: 1.0416vw;}
.f22{font-size: 1.145833vw;}
.f24{font-size: 1.25vw;}
.f26{font-size: 1.35416vw;}
.f28{font-size: 1.4583vw;}
.f30{font-size: 1.5625vw;}
.f32{font-size: 1.666vw;}
.f36{font-size: 1.875vw;}
.f40{font-size: 2.08vw;}
.f42{font-size: 2.1875vw;}
.f44{font-size: 2.2916vw;}
.f48{font-size: 2.5vw;}
.f50{font-size: 2.6vw;}
.f54{font-size: 2.8125vw;}
.f56{font-size: 2.917vw;}
.f60{font-size: 3.125vw;}
.f66{font-size: 3.438vw;}
.f70{font-size: 3.64583vw;}
.f72{font-size: 3.75vw;}
.f76{font-size: 3.958vw;}
.f80{font-size: 4.16vw;}
.f90{font-size: 4.6875vw;}
/* header */
.head{height: 100px;}

.header{width: 100%;z-index: 999;position: fixed;top:0;left: 0;transition: top 0.36s;}
.header.relative .inner{background: #fff;}
.header .inner{transition: 0.25s;background: transparent;position: relative;}
.header .inner .flex{height: 100px;line-height: 100px;transition: 0.5s;align-items: center;padding: 0 15px 0 45px;}
.header .inner .logo{font-size: 0;transition: 0.5s;position: relative;z-index: 5;}
.header .inner .logo img{width: 16.615vw;min-width: 120px;transition: .25s;}
.header .inner nav {position: relative;margin: 0 auto;}
.header .inner nav ul{font-size: 0;line-height: 1;display: flex;}
.header .inner nav ul li{display: inline-block;vertical-align: middle;margin-right: 2.083vw;position: relative;}
.header .inner nav ul li:last-child{margin-right: 0;}
.header .inner nav ul li>a{transition: 0.3s;display: inline-block;line-height: 1;position: relative;color:#fff;}
.header .inner nav ul li>a img{height: 1.458vw;min-height: 15px;transition: .25s;}
.header .inner .contact {line-height: 1;margin-right: 6px;}
.header .inner a.HeadBtn{display: flex;width: 165px;height: 45px;border-radius: 45px;background: #fff;color:#242424;align-items: center;justify-content: center;text-transform: uppercase;transition: .25s;}
.header .inner a.HeadBtn i.iconfont{color:#c4b6ab;margin-right: 8px;transition: .25s color;}
.header .inner a.HeadBtn>span{font-weight: bold;}
.header .inner a.HeadBtn .lines{width: 22px;height: 16px;position: relative;cursor: pointer;margin-right: 8px;}
.header .inner a.HeadBtn .lines span{width: 100%;height: 2px;background: #c4b6ab;position: absolute;overflow: hidden;left: 0;transition: all 0.25s ease;}
.header .inner a.HeadBtn .lines span.n1{top: 0;}
.header .inner a.HeadBtn .lines span.n2{top: 7px;}
.header .inner a.HeadBtn .lines span.n3{top: 14px;}
.header .inner a.HeadBtn.close-nav .lines span.n1 {top: 8px;transform: rotate(45deg);}
.header .inner a.HeadBtn.close-nav .lines span.n2 {opacity: 0;}
.header .inner a.HeadBtn.close-nav .lines span.n3 {top: 8px;transform: rotate(-45deg);}
.header .inner a.HeadBtn:hover{background: #e1d7c9;}
.header .inner a.HeadBtn:hover i.iconfont{color:#fff;}
.header .inner a.HeadBtn:hover .lines span{background: #fff;}

.cd-primary-nav{position:fixed;left:0;top:0;height:100%;width:100%;z-index:93;line-height: normal;background-color:#212121;overflow:auto;-webkit-overflow-scrolling:touch;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .3s;-moz-transition:visibility 0s,opacity .3s;transition:visibility 0s,opacity .3s;display: flex;align-items: center;}
.cd-primary-nav .closeBtn{position: absolute;top: 0;right: 0;width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;background: #000;color:#fff;transition:background .25s,color 0.25s;cursor: pointer;z-index: 1;}
.cd-primary-nav .closeBtn:hover{background: #fff;color:#000;}
.cd-primary-nav .wrap {padding: 80px;width: 100%;font-size: 14px;}
.cd-primary-nav .wrap .logo_ img{width: 21.51vw;min-width: 120px;opacity: .7;}
.cd-primary-nav .wrap ul.list{--gap: 2em;display: -ms-grid;display: grid;-ms-grid-columns: 1fr var(--gap) 1fr var(--gap) 1fr var(--gap) 1fr;grid-template-columns: repeat(4,1fr);grid-gap: var(--gap);list-style: none;margin: 3em 0;padding: 0;}
.cd-primary-nav .wrap ul.list li+li{margin: 0;}
.cd-primary-nav .wrap ul.list li a{transition: .25s;border: 1px solid rgba(255,255,255,.1);display: flex;align-items: center;padding: .875em 1em;color:rgba(255,255,255,.7)}
.cd-primary-nav .wrap ul.list li a:hover{border-color: #fff;color:#fff;background: #000;}
.cd-primary-nav .wrap ul.list li:nth-child(4){grid-column:1;}
.cd-primary-nav .wrap ul.list li:nth-child(n+4){background: rgba(255,255,255,.07);padding: 20px;}
.cd-primary-nav .wrap ul.list li:nth-child(n+4) .img{margin-bottom: 1.5rem;display: flex;align-items: center;}
.cd-primary-nav .wrap ul.list li:nth-child(n+4) .img img{height: 1.458vw;opacity: .7;}
.cd-primary-nav .wrap ul.list li:nth-child(n+4) .child p{margin-bottom: 1em;}
.cd-primary-nav .wrap ul.list li:nth-child(n+4) .child p:last-child{margin-right: 0;}
.cd-primary-nav .wrap ul.list li:nth-child(n+4) .child p a{display: flex;align-items: center;justify-content: space-between;transition: .25s;}

.cd-primary-nav.fade-in{visibility:visible;opacity:1}
.cd-overlay-nav,.cd-overlay-content{position:fixed;top:40px;right:40px;height:4px;width:4px;}
.cd-overlay-nav span,.cd-overlay-content span{display:inline-block;position:absolute;border-radius:50%;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.cd-overlay-nav.is-hidden,.cd-overlay-content.is-hidden{opacity:0;visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s}
.cd-overlay-nav{z-index:92}
.cd-overlay-nav span{background-color:#212121}
.cd-overlay-content{z-index:94}
.cd-overlay-content span{background-color:#e1d7c9}


.header.relative.cur{top: 0;}
.header.active .inner,.header.on .inner{background: #fff;box-shadow: 0 5px 12px rgba(0,0,0,.02);}
.header.active ,.header.on{top: 0;}
.header.active .inner .logo img,.header.on .inner .logo img,.header.cur .inner .logo img,.header.on .inner nav ul li>a img,.header.active .inner nav ul li>a img,.header.cur .inner nav ul li>a img{filter: brightness(0);}

.header.inner_header .inner nav ul li{margin-right: 5px;}
.header.inner_header .inner nav ul li>a{padding: 6px 15px;border-radius: 46px;border: 1px solid transparent;}
.header.inner_header .inner nav ul li>a img{height: 23px;}
.header.inner_header .inner nav ul li.active>a,.header.inner_header .inner nav ul li>a:hover{border-color: #fff;}

/* banner */
.col-banner {position: relative;padding: 0 !important;}
.col-banner>.swiper-container{position: fixed;top: 0;left: 0;width: 100%;z-index: 1;} 
.col-banner .swiper-slide{font-size: 0;}
.col-banner .swiper-slide .img{width: 100%;height: 100%;}
.col-banner .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
.col-banner .swiper-slide .ban_cont{position: absolute;top: 50%;transform: translateY(-50%);color:#fff;left: 0;width: 100%;z-index: 2;}
.col-banner .swiper-slide .ban_cont .content{opacity: 0;}
#col-index-banner .swiper-slide .ban_cont .content .s-content img{width: 35.469vw;min-width: 180px;}
#col-index-banner .scroll{position: absolute;right: 22px;bottom: 30px;z-index: 1;}
#col-index-banner .tips{position: absolute;left: 0;right: 0;bottom: 40px;margin: 0 4.166vw;z-index: 1;display: flex;flex-wrap: wrap;border-radius: 10px;overflow: hidden;}
#col-index-banner .tips .slide{width: 72.4%;position: relative;background: #f9f9f9;}
#col-index-banner .tips .slide .swiper-container{position: absolute;width: 100%;height: 100%;}
#col-index-banner .tips .slide .swiper-container .swiper-slide a{display: flex;align-items: center;width: 100%;height: 100%;padding: 10px 20px 10px 2.448vw;transition: .25s;}
#col-index-banner .tips .slide .swiper-container .swiper-slide a .title{width: 43px;height: 41px;background: #df3f45;border-radius: 5px;border-top-right-radius: 0;display: flex;align-items: center;justify-content: center;color:#fff;margin-right: 15px;flex-shrink: 0;}
#col-index-banner .tips .slide .swiper-container .swiper-slide a .content{flex-grow: 2;}
#col-index-banner .tips .slide .swiper-container .swiper-slide a .content .date{margin-bottom: 3px;}
#col-index-banner .tips .slide .swiper-container .swiper-slide a i.fa{flex-shrink: 0;font-size: 18px;}
#col-index-banner .tips .slide .swiper-container .swiper-slide a:hover{background: #fff;}
#col-index-banner .tips a.NavBtn{width: 13.8%;text-align: center;position: relative;background: #e1d7c9;padding: 20px;}
#col-index-banner .tips a.NavBtn:last-child{background: #d4c4a9;}
#col-index-banner .tips a.NavBtn i.fa{color:#fff;font-size: 18px;position: absolute;top: 50%;transform: translateY(-50%);right: 0.885vw;}
#col-banner .swiper-slide .ban_cont .content .s-content img{height: 4.323vw;min-height: 12px;}



/* index */
.col-index-news{padding: 6.25vw 0;position: relative;z-index: 1;background: #fff;}
.col-index-news .title{margin-bottom: 2.708vw;position: relative;z-index: 1;}
.col-index-news .title span{background: #fff;padding-right: 1.563vw;text-transform: uppercase;}
.col-index-news .title span::after{content:'';width: 100%;height: 1px;background: rgba(0,0,0,.3);position: absolute;left: 0;top: 50%;z-index: -1;}
.col-index-news .news_1{margin-bottom: 3.646vw;padding-bottom: 3.854vw;border-bottom: 1px solid rgba(0,0,0,.3);}
.col-index-news .news_1 a{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-index-news .news_1 a .img{width: 32%;border-radius: 10px;overflow: hidden;}
.col-index-news .news_1 a .content{width: 63%;padding-right: 3.125vw;}
.col-index-news .news_1 a .content h2{line-height: 0.938;text-transform: uppercase;transition: .25s;}
.col-index-news .news_1 a .content .date{margin: 12px 0 2.4vh;}
.col-index-news .news_1 a .content .s-content{color:#504f4f;line-height: 1.875;margin-bottom: 1.875vw;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 2;-moz-line-clamp: 2;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-index-news .news_1 a .content .iconfont{color:#d4c4a9;}
.col-index-news .news_1 a:hover .content h2{color:#d4c4a9}
.col-index-news ul.list{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 3.906vw;}
.col-index-news ul.list li{width: 50%;padding-right: 4.688vw;}
.col-index-news ul.list li a{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.col-index-news ul.list li a .img{width: 46%;border-radius: 10px;overflow: hidden;}
.col-index-news ul.list li a .content{width: 48%;}
.col-index-news ul.list li a .content h2{line-height: 1.091;text-transform: uppercase;transition: .25s;}
.col-index-news ul.list li a .content .date{margin: 12px 0 2vh;}
.col-index-news ul.list li a .content .iconfont{color:#d4c4a9;}
.col-index-news ul.list li a:hover .content h2{color:#d4c4a9;}
.col-index-news a.more{display: flex;width: 169px;height: 43px;align-items: center;justify-content: center;border-radius: 43px;border: 1px solid rgba(12,12,12,.6);transition: .25s;letter-spacing: 2px;text-transform: uppercase;font-weight: 500;margin: 0 auto;}
.col-index-news a.more:hover{background: #d4c4a9;border-color: #d4c4a9;color:#fff;}

.parallax-mirror{z-index: 2 !important;border-radius: 15px;}
.col-index-service {background: #faf8f6;position: relative;z-index: 1;padding: 6.979vw 0 8.646vw;}
.col-index-service::after{content:'';width: 100%;height: 10%;background: #fff;position: absolute;left: 0;bottom: 0;}
.col-index-service .wrap{position: relative;z-index: 2;padding: 0 4.167vw;}
.col-index-service h2{margin-bottom: 2.083vw;}
.col-index-service .service_cont{line-height: 1.7;max-width: 884px;margin: 0 auto 4.16vw;}
.col-index-service .item{border-radius: 15px;overflow: hidden;position: relative;margin-bottom: 4.16vw;padding: 8.229vw 3.125vw 6.042vw 5.208vw;color:#fff;}
.col-index-service .item .bg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 15px;overflow: hidden;}
.col-index-service .item .inner{position: relative;z-index: 2;}
.col-index-service .item .inner .flex{align-items: center;flex-wrap: wrap;justify-content: space-between;}
.col-index-service .item .inner .flex .content{width: 45%;}
.col-index-service .item .inner .flex .content .logo{margin-bottom: 1.458vw;}
.col-index-service .item .inner .flex .content .logo img{max-height: 4.844vw;min-height: 25px;}
.col-index-service .item .inner .flex .content .s-content{text-shadow: 0.707px 0.707px 1px rgba(25, 25, 25, 0.24);line-height: 1.5;max-width: 520px;}
.col-index-service .item .inner .flex ul.list{width: 54%;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.col-index-service .item .inner .flex ul.list li{width: 48%;margin-bottom: 20px;}
.col-index-service .item .inner .flex ul.list li .img{border-radius: 12px;overflow: hidden;}
.col-index-service .item .inner .flex ul.list li .title{margin-top: 0.833vw;color:#fff;}
.col-index-service .item .inner .flex ul.list li .title span{position: relative;display: inline-block;text-transform: uppercase;max-width: calc(100% - 45px);}
.col-index-service .item .inner .flex ul.list li .title span::after{content:'';width: 5.781vw;height: 1px;background: rgba(255,255,255,.65);min-width: 35px;position: absolute;left: calc(100% + 10px);top: 50%;}

.col-index-phil{padding: 0 0 8.33vw;position: relative;z-index: 1;background: #fff;}
.col-index-phil h2{margin-bottom: 15px;}
.col-index-phil .desc{margin-bottom: 3vh;padding-bottom: 2.8vh;position: relative;}
.col-index-phil .desc::after{content:'';width: 4.583vw;height: 1px;background: #dbd3c5;min-width: 30px;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.col-index-phil .content{line-height: 1.778;max-width: 1130px;margin: 0 auto;}
.col-index-phil .content h3{font-family: 'Unna';margin-bottom: 0.833vw;font-size: 1.875vw;}

.col-index-message{padding: 0 4.167vw 8.646vw;position: relative;z-index: 1;background: #fff;}
.col-index-message .wrap{border-radius: 15px;background: #e1d7c9;padding: 4.896vw 8.33vw 6.51vw 5.208vw;}
.col-index-message .wrap h2{margin-bottom: 4.531vw;}
.col-index-message .wrap .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-index-message .wrap .flex .img{width: 50%;}
.col-index-message .wrap .flex .content{width: 45%;line-height: 2;}
.col-index-message .wrap .flex .content h3{margin-bottom: 1.667vw;font-size: 1.875vw;}

.footer{background: #303030;position: relative;z-index: 1;}
.footer .wrap{padding: 5.469vw 8.33vw 5.208vw;}
.footer .wrap .logo{margin-bottom: 3.125vw;}
.footer .wrap .logo img{width: 21.51vw;min-width: 100px;}
.footer .wrap .title{color:#e1d7c9;margin-bottom: 1.979vw;text-transform: uppercase;}
.footer .wrap .qrcode{max-width:600px; margin:10px auto 0 auto;}
.footer .wrap .qrcode ul{display:flex; justify-content:center}
.footer .wrap .qrcode ul li{padding:0 10px; color:#e1d7c9}
.footer .wrap>p{color:#e1d7c9;}
.footer .wrap a.HeadBtn{display: flex;width: 330px;height: 60px;border-radius: 60px;background: #dbd3c5;color:#242424;align-items: center;justify-content: center;text-transform: uppercase;transition: .25s;margin: 2.083vw auto 3.281vw;}
.footer .wrap a.HeadBtn i.iconfont{margin-right: 15px;transition: .25s color;}
.footer .wrap ul.list{display: flex;justify-content: space-around;}
.footer .wrap ul.list li .img{margin-bottom: 1.563vw;}
.footer .wrap ul.list li .img img{height: 2.135vw;min-height: 22px;}
.footer .wrap ul.list li .child p{margin-bottom: 5px;}
.footer .wrap ul.list li .child p:last-child{margin-bottom: 0;}
.footer .wrap ul.list li .child p a{transition: .25s;color:rgba(255,255,255,.85);}
.footer .wrap ul.list li .child p a:hover{color:#fff;}
.footer .bottom{padding: 1.563vw 0;color:#fff;background: #2b2b2b;}
.footer .bottom .footer-nav{margin-bottom: 1.65vw;}
.footer .bottom .footer-nav a{color:#dbd3c5;display: inline-block;margin-right: 3.49vw;position: relative;text-transform: uppercase;}
.footer .bottom .footer-nav a:last-child{margin-right: 0;}
.footer .bottom .footer-nav a:not(:last-child)::after{content:'';width: 6px;height: 1px;background: #dbd3c5;position: absolute;top: 50%;right: calc(-1.745vw - 3px);}

/* page */
.page {text-align: center;}
.page ul li a{border:none;background: none;color:#666;padding:0 2px;margin:0 10px;}
.page ul li.disabled a{border:none;background: none;}
.page ul li.active a{border:none;background: none;color: #dbd3c5;border-bottom: 3px solid #dbd3c5;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:none;background: none;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background: none;color:#666;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: none;color:#666;}
/* 内页 */
.overflow{overflow: hidden;}
.overflow img,.smallImg img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.overflow:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}
.smallImg:hover img{-webkit-transform:scale(0.92);transform:scale(0.95);}
.videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 9999;display: none;text-align: center;padding:5vh 1vw;}
.videoPop .col-video2{position: relative;width: 100%;height: 100%;}
#Video{max-width: 100%;max-height: 100%;position: absolute;max-width: 970px;top:50%;left: 50%;transform: translate(-50%,-50%);width: 100%;}
#videoClose{position: absolute;right:10px;top:5px;color: #fff;cursor: pointer;font-size: 36px;transition: 0.5s;z-index: 99;}
#videoClose:hover{color: #eee;}

.news_box{padding: 7.292vw 0 5.677vw;}
.news_box h2{margin-bottom: 5rem;}
.news_box ul.list li{margin-bottom: 3vh;display: none;}
.news_box ul.list li a{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.news_box ul.list li a .img{width: 32%;border-radius: 10px;overflow: hidden;}
.news_box ul.list li a .content{width: 63%;padding-right: 3.125vw;}
.news_box ul.list li a .content h3{line-height: 0.938;text-transform: uppercase;transition: .25s;}
.news_box ul.list li a .content .date{margin: 12px 0 2.4vh;}
.news_box ul.list li a .content .s-content{color:#504f4f;line-height: 1.875;margin-bottom: 1.875vw;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 2;-moz-line-clamp: 2;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.news_box ul.list li a .content .iconfont{color:#d4c4a9;}
.news_box ul.list li a:hover .content h3{color:#d4c4a9}
.news_box ul.list li.active{display: block;}
.news_box .more{display: flex;width: 169px;height: 43px;align-items: center;justify-content: center;border-radius: 43px;border: 1px solid rgba(12,12,12,.6);transition: .25s;letter-spacing: 2px;text-transform: uppercase;font-weight: 500;margin: 3.125vw auto 0;}
.news_box .more:hover{background: #d4c4a9;border-color: #d4c4a9;color:#fff;}
.col-page-yana .item{border-radius: 15px;overflow: hidden;margin-bottom: 18px;padding: 8.125vw 11.979vw 6.406vw;}
.col-page-yana .item h2{margin-bottom: 10px;}
.col-page-yana .item .content{line-height: 1.778;}
.col-page-yana .item a.more{display: flex;width: 169px;height: 43px;align-items: center;justify-content: center;border-radius: 43px;border: 1px solid rgba(255,255,255,.6);transition: .25s;letter-spacing: 2px;text-transform: uppercase;font-weight: 500;margin: 1.771vw auto 0;color:#fff;}
.col-page-yana .item a.more:hover{background: #d4c4a9;border-color: #d4c4a9;}
.col-page-yana .col-2 .item{padding: 15vw 11.979vw 12vw;color:#fff;}
.col-page-yana .col-3 .item{color:#fff;padding: 11.979vw 11.979vw 9.688vw;}
.col-page-yana .col-4 .item .content h3{font-size: 3.542vw;font-family: 'Unna';margin-bottom: 1.406vw;}
.col-page-yana .col-5 .item{margin-bottom: 0;padding: 6.667vw 11.979vw 6.979vw;}
.col-page-yana .col-5 .item .content strong{display: block;font-size: 1.875vw;font-family: 'Unna';margin: 2.865vw 0 1.45vw;}

.product-content{padding: 6.25vw 0 3.125vw;text-align: center;}
.product-content .logo img{width: 38.594vw;min-width: 180px;}
.product-content .namemark{color:#c1ac8e;margin-top: 2.813vw;}
.col-page-product .wrap .search-btn a{display: flex;align-items: center;justify-content: center;padding: 20px;line-height: 1;border-top: 1px solid #c1ac8e;transition: .25s;}
.col-page-product .wrap .search-btn a i.iconfont{margin-right: 25px;}
.col-page-product .wrap .search-btn a.active,.col-page-product .wrap .search-btn a:hover{background: #404040;color:#fff;border-color: #404040;}
.col-page-product .wrap .recommend{background: #e1d7c9;padding: 5.208vw 0;}
.col-page-product .wrap .recommend h2{text-transform: uppercase;margin-bottom: 3.125vw;text-align: center;}
.col-page-product .wrap .recommend .swiper-slide .img{overflow: hidden;position: relative;min-height: 66px;}
.col-page-product .wrap .recommend .swiper-slide .title{margin: 15px 0 3px;line-height: 1;}
.col-page-product .wrap .lists{padding: 5.208vw 0;}
.col-page-product .wrap .lists h2{text-transform: uppercase;margin-bottom: 3.646vw;text-align: center;}
.col-page-product .wrap .lists ul.list{display: flex;flex-wrap: wrap;}
.col-page-product .wrap .lists ul.list li{width: 31%;margin-right: 3.5%;margin-bottom: 4%;}
.col-page-product .wrap .lists ul.list li:nth-child(3n){margin-right: 0;}
.col-page-product .wrap .lists ul.list li .title{margin: 15px 0 3px;line-height: 1;}
.col-page-product .wrap .back{width: 298px;height: 64px;border-radius: 64px;background: #dbd3c5;display: flex;align-items: center;justify-content: center;margin: 4.219vw auto 0;color:#fff;}
.col-page-product #catalog{background: #404040;border-top: 1px solid rgba(225,225,225,.61);display: none;}
.col-page-product #catalog .sicatalog_body{padding: 3.698vw 0 3.281vw;padding-right: 4.167vw;}
.col-page-product #catalog .sicatalog_body .dashed{margin-bottom: 4vh;}
.col-page-product #catalog .sicatalog_body .dashed:last-child{margin-bottom: 0;}
.col-page-product #catalog .sicatalog_body .dashed .title{color:#fff;margin-bottom: 1.8vh;}
.col-page-product #catalog .sicatalog_body .dashed ul.catalog_list{display: flex;flex-wrap: wrap;}
.col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li{width: 19%;margin-right: 1.25%;margin-bottom: 1.5%;}
.col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li:nth-child(5n){margin-right: 0;}
.col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li a{border-radius: 3px;border: 1px solid #7b7b7b;transition: .25s;color:#fff;padding: 10px 16px;height: 100%;display: flex;align-items: center;}
.col-page-product #catalog .sicatalog_body .dashed:nth-child(2) ul.catalog_list li {width: auto;margin-right: 8px !important;margin-bottom: 8px;} 
.col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li a:hover{border-color: #fff;background: rgba(255,255,255,.2);}
.col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li.active a{border-color: #c1ac8e;background: #c1ac8e;}
.col-page-product #catalog .sicatalog_body .dashed input#freeword{width: 39.25%;border-radius: 3px;border: 1px solid #7b7b7b;background: transparent;transition: .25s;outline: none;color:#fff;padding:10px 16px;}
.col-page-product #catalog .sicatalog_body .dashed input#freeword::-webkit-input-placeholder {color: #fff;}
.col-page-product #catalog .sicatalog_body .dashed input#freeword:-moz-placeholder {color: #fff;}
.col-page-product #catalog .sicatalog_body .dashed input#freeword::-moz-placeholder {color: #fff;}
.col-page-product #catalog .sicatalog_body .dashed input#freeword:-ms-input-placeholder {color: #fff;}
.col-page-product #catalog .sicatalog_body .dashed input#freeword:focus{border-color: #fff;background: rgba(255,255,255,.2);}
.col-page-product #catalog .sicatalog_body .dashed input#freeword.has_value{border-color: #c1ac8e;background: rgba(255,255,255,.05);}
.col-page-product #catalog .sicatalog_body .dashed input#freeword.has_value::-webkit-input-placeholder {color: #c1ac8e;}
.col-page-product #catalog .sicatalog_body .dashed input#freeword.has_value:-moz-placeholder {color: #c1ac8e;}
.col-page-product #catalog .sicatalog_body .dashed input#freeword.has_value::-moz-placeholder {color: #c1ac8e;}
.col-page-product #catalog .sicatalog_body .dashed input#freeword.has_value:-ms-input-placeholder {color: #c1ac8e;}
.col-page-product #catalog .search_criteria{background: #343434;padding: 2.083vw 0 5.208vw;padding-right: 4.167vw;}
.col-page-product #catalog .search_criteria .title{color:#fff;margin-bottom: 2vh;}
.col-page-product #catalog .search_criteria .flex{justify-content: space-between;flex-wrap: wrap;}
.col-page-product #catalog .search_criteria .flex .items{width: calc(74% - 13px);display: flex;flex-wrap: wrap;}
.col-page-product #catalog .search_criteria .flex dd#no-query{padding: 12px 16px;border-radius: 3px;background: #fff;width: 100%;}
.col-page-product #catalog .search_criteria .flex dd.query{padding: 12px 16px;border-radius: 3px;color:#c1ac8e;border: 1px solid #c1ac8e51;line-height: 1;cursor: pointer;transition: .25s;display: flex;align-items: center;margin: 5px 5px 0 0;}
.col-page-product #catalog .search_criteria .flex dd.query::after{content:'';width: 1.2em;height: 1.2em;background-color: rgba(189,164,127,.5);margin-left: 0.35em;-webkit-mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12s4.5%2C10%2C10%2C10s10-4.5%2C10-10S17.5%2C2%2C12%2C2z%20M16%2C14.6L14.6%2C16L12%2C13.4L9.4%2C16L8%2C14.6l2.6-2.6L8%2C9.4L9.4%2C8l2.6%2C2.6L14.6%2C8L16%2C9.4L13.4%2C12L16%2C14.6z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12s4.5%2C10%2C10%2C10s10-4.5%2C10-10S17.5%2C2%2C12%2C2z%20M16%2C14.6L14.6%2C16L12%2C13.4L9.4%2C16L8%2C14.6l2.6-2.6L8%2C9.4L9.4%2C8l2.6%2C2.6L14.6%2C8L16%2C9.4L13.4%2C12L16%2C14.6z%22%2F%3E%3C%2Fsvg%3E");transition: .25s;}
.col-page-product #catalog .search_criteria .flex dd.query:hover{border-color: #c1ac8e;}
.col-page-product #catalog .search_criteria .flex dd.query:hover::after{background-color: #bda47f;}
.col-page-product #catalog .search_criteria .flex button{width: 26%;display: flex;align-items: center;justify-content: center;border-radius: 3px;background: #bda47f;outline: none;border: none;padding: 0;}
.col-page-product #catalog .search_criteria .flex button span.label{color:#121212;padding: 0;font-weight: normal;border-radius: 0;}
.col-page-product #catalog .search_criteria .flex button i.iconfont{color:#c1ac8e;display: none;}
.col-page-product #catalog .search_criteria .flex button:disabled{opacity: .5;border-color: rgba(255,255,255,.5);color:rgba(255,255,255,.5)}

.col-product-detail{padding: 5.469vw 0 7.813vw;}
.col-product-detail .title .logo img{filter: brightness(0);width: 12.969vw;min-width: 150px;}
.col-product-detail .title h1{font-weight: bold;margin:10px 0 3.125vw;}
.col-product-detail .pro_img{background: url(../images/bg.jpg) no-repeat center/cover;padding: 5.208vw 0;}
.col-product-detail .pro_img .wrap{padding: 0 11.979vw;position: relative;}
.col-product-detail .pro_img .wrap .swiper-button{width:50px;height: 50px;border-radius: 50%;background: #fff;display: flex;align-items: center;justify-content: center;margin-top: 0;position: absolute;top: 50%;transform: translateY(-50%);opacity: 1;outline: none;font-size: 24px;color:#000;}
.col-product-detail .pro_img .wrap .swiper-button::after{display: none;}
.col-product-detail .pro_img .wrap .swiper-button-prev{left:calc(6vw - 50px)}
.col-product-detail .pro_img .wrap .swiper-button-next{right:calc(6vw - 50px)}
.col-product-detail .detail {padding: 6.25vw 0;}
.col-product-detail .detail .wrap{padding: 0 15.625vw;}
.col-product-detail .detail .wrap .item{margin-bottom: 3.125vw;}
.col-product-detail .detail .wrap h2{text-transform: uppercase;margin-bottom: 20px;font-weight: bold;}
.col-product-detail .detail .wrap .content{line-height: 1.889;}
.col-product-detail .detail .wrap .content table{width: 100%;}
.col-product-detail .detail .wrap .content table tr{border-bottom: 1px solid #f2f2f2;}
.col-product-detail .detail .wrap .content table td{width: auto;padding: 2.604vw 0 2.292vw;}
.col-product-detail .detail .wrap .content table td h2{font-size: 1.563vw;line-height: 1;margin-bottom: 10px;}
.col-product-detail .detail .wrap .content table td ul li{padding-left: 24px;position: relative;}
.col-product-detail .detail .wrap .content table td ul li::before{content:'';width: 6px;height: 6px;border-radius: 50%;background: #333333;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-product-detail .detail .wrap .content h3{font-family: 'Unna';font-size: 1.25vw;margin-bottom: 12px;}

.col-page-collection{padding: 0 0 6.25vw;}
.col-page-collection .product-search{margin-bottom: 5.208vw;}
.col-page-collection .product-search .input{max-width: 819px;margin: 0 auto;border-radius: 10px;border: 1px solid rgba(193, 172, 142,.3);box-shadow: 2.828px 2.828px 7px 0px rgba(70, 70, 70, 0.15);padding: 9px;display: flex;align-items: center;}
.col-page-collection .product-search .input input{border: none;font-size: 22px;outline: none;}
.col-page-collection .product-search .input .inpt3{width:calc(100% - 51px);padding-left: 15px;color:#c1ac8e;}
.col-page-collection .product-search .input .inpt3::-webkit-input-placeholder {color: #c1ac8e93;}
.col-page-collection .product-search .input .inpt3:-moz-placeholder {color: #c1ac8e93;}
.col-page-collection .product-search .input .inpt3::-moz-placeholder {color: #c1ac8e93;}
.col-page-collection .product-search .input .inpt3:-ms-input-placeholder {color: #c1ac8e93;}
.col-page-collection .product-search .input .inpt4{width: 51px;height: 51px;border-radius: 4px;background: #bda47f;color:#fff;}
.col-page-collection ul.nav_list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-collection ul.nav_list li{width: 48%;margin-bottom: 6%;}
.col-page-collection ul.nav_list li .img{border-radius: 10px;overflow: hidden;}
.col-page-collection ul.nav_list li .title{text-align: center;margin-top: 1.458vw;}
.col-page-collection .flex{justify-content: space-between;flex-wrap: wrap;}
.col-page-collection .flex a{width: 48%;height: 64px;border-radius: 64px;border: 1px solid #dbd3c5;display: flex;align-items: center;justify-content: center;transition: .25s;position: relative;}
.col-page-collection .flex a::after{content:"\f105";font-size: 18px;position: absolute;top:50%;transform: translateY(-50%);right: 1.875vw;font-family: 'FontAwesome';}
.col-page-collection .flex a:hover{background: #dbd3c5;color:#fff;}
.col-page-collection ul.list{display: flex;flex-wrap: wrap;}
.col-page-collection ul.list li{width: 31%;margin-right: 3.5%;margin-bottom: 4%;}
.col-page-collection ul.list li:nth-child(3n){margin-right: 0;}
.col-page-collection ul.list li .title{margin: 15px 0 3px;line-height: 1;}

.col-page-as .col-1{padding-bottom: 3.438vw;border-bottom: 1px solid rgba(0,0,0,.3);}
.col-page-as .col-2{padding: 5.208vw 0 0;}
.col-page-as .col-2 .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-as .col-2 .flex .img{width: 49%;border-radius: 15px;overflow: hidden;}
.col-page-as .col-2 .flex .content{padding-bottom: 7.813vw;width: 49%;}
.col-page-as .col-2 .flex .content .s-content{line-height: 1.778;margin-top: 1.458vw;}
.col-page-as .col-3 .flex{align-items: flex-end;justify-content: space-between;flex-wrap: wrap;flex-direction: row-reverse;}
.col-page-as .col-3 .flex .img{width: 49%;border-radius: 15px;overflow: hidden;margin-top: -7.813vw;}
.col-page-as .col-3 .flex .content{width: 47%;position: relative;padding: 3.281vw 3.646vw 8.33vw 0;}
.col-page-as .col-3 .flex .content .s-content{line-height: 1.778;margin-top: 1.458vw;}
.col-page-as .col-3 .flex .content::after{content:'';width: 1px;height: 100%;background: #dbd3c5;position: absolute;right: 0;bottom: 0;}
.col-page-as .col-4{padding: 10.938vw 0 5vw;}
.col-page-as .col-4 .content{margin: 0.938vw 0 4.688vw;}
.col-page-as .col-4 ul.list{display: flex;flex-wrap: wrap;}
.col-page-as .col-4 ul.list li{margin-bottom: 13px;width:calc(20% - 10px);margin-right: 12.5px;border-radius: 10px;overflow: hidden;}
.col-page-as .col-4 ul.list li:nth-child(5n){margin-right: 0;}
.col-page-as .col-4 a.more{display: flex;width: 223px;height: 43px;align-items: center;justify-content: center;border-radius: 43px;border: 1px solid rgba(12,12,12,.6);transition: .25s;letter-spacing: 2px;text-transform: uppercase;font-weight: 500;margin: 3.75vw auto 0;}
.col-page-as .col-4 a.more:hover{background: #d4c4a9;border-color: #d4c4a9;color:#fff;}

.col-page-ep .col-1{padding: 9.375vw 0 0;}
.col-page-ep .col-1 .flex{flex-wrap: wrap;justify-content: space-between;align-items: flex-start;margin-bottom: 7.813vw;}
.col-page-ep .col-1 .flex h2{width: 410px;line-height: 0.869;max-width: 49%;}
.col-page-ep .col-1 .flex .content{width: 49%;line-height: 1.778;}
.col-page-ep .col-1 .child{padding-bottom: 3.125vw;display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-page-ep .col-1 .child a{width: 49%;border-radius: 15px;background: linear-gradient(to right,#e1d7c9,#f2ede7);display: flex;align-items: center;padding: 1.75vw 3.281vw;}
.col-page-ep .col-1 .child a i{width: 2.917vw;height: 2.917vw;border-radius: 50%;min-width: 24px;min-height: 24px;margin-right: 2.604vw;}
.col-page-ep .col-1 .child a:nth-child(1) i{background: url(../images/why.png) no-repeat center/cover;}
.col-page-ep .col-1 .child a:nth-child(2) i{background: url(../images/look.png) no-repeat center/cover;}
.col-page-ep .item{background: rgba(225,215,201,.17);align-items: center;border-radius: 15px;overflow: hidden;flex-wrap: wrap;justify-content: space-between;}
.col-page-ep .item .img{width: 49%;border-radius: 15px;overflow: hidden;}
.col-page-ep .item .content{width: 49%;padding: 3.5vh 5.208vw 3.5vh 3.125vw;}
.col-page-ep .item .content h2{text-transform: uppercase;margin-bottom: 1.354vw;}
.col-page-ep .item .content .s-content{line-height: 1.778;}
.col-page-ep .item .content .s-content h3{font-size: 1.667vw;line-height: 1.25;margin-bottom: 10px;font-family: 'Unna';}
.col-page-ep .item .content .s-content a{display: block;width: 100%;padding: 10px;border-radius: 50px;transition: .25s;border: 1px solid rgba(12,12,12,.6);letter-spacing: 1.2px;text-align: center;line-height: 1.2;font-size: 14px;margin: 2.813vw 0 0;}
.col-page-ep .item .content .s-content a:hover{background: #d4c4a9;border-color: #d4c4a9;color:#fff;}
.col-page-ep .video_box{margin: 3.854vw 0 4.896vw;border-radius: 15px;overflow: hidden;font-size: 0;}
.col-page-ep .col-3{padding-bottom: 5.833vw;}

.col-page-news{padding: 4.688vw 0 6.25vw;}
.col-page-news .logo_img{margin-bottom: 5.521vw;}
.col-page-news .logo_img img{width: 17.188vw;min-width: 90px;}
.col-page-news .news-nav {display: flex;flex-wrap: wrap;justify-content: center;padding-bottom: 3vh;border-bottom: 1px solid rgba(0,0,0,.13);margin-bottom: 20px;}
.col-page-news .news-nav a{padding: 6px 1.302vw;border-radius: 6px;border: 1px solid rgba(0,0,0,.14);transition: .25s;margin: 0 3px 5px;position: relative;}
.col-page-news .news-nav a::after{content:'\e60b';position: absolute;top: 4px;right:4px;font-size: 10px;font-family: 'iconfont';line-height: 1;transform: scale(.8);font-weight: bold;transition: .25s;opacity: 0;visibility: hidden;}
.col-page-news .news-nav a.active,.col-page-news .news-nav a:hover{background: #e1d7c9;border-color: #e1d7c9;}
.col-page-news .news-nav a.active::after,.col-page-news .news-nav a:hover::after{opacity: 1;visibility: visible;}
.col-page-news ul.list{padding: 0 11.042vw;}
.col-page-news ul.list li {padding: 4.167vw 0 3.854vw;border-bottom: 2px solid #faf8f6;}
.col-page-news ul.list li:last-child{border-bottom: none;}
.col-page-news ul.list li .img{border-radius: 15px;overflow: hidden;}
.col-page-news ul.list li .date{margin: 20px 0 3px;}
.col-page-news ul.list li h2{transition: .25s;}
.col-page-news ul.list li .content{color:#504f4f;line-height: 1.875;margin-bottom: 1.354vw;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-webkit-line-clamp: 2;-moz-line-clamp: 2;-ms-flex-line-pack: center;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.col-page-news ul.list li .more{display: flex;align-items: center;}
.col-page-news ul.list li .more i.iconfont{margin-right: 8px;color:#d4c4a9;}
.col-page-news ul.list li .more span{text-transform: uppercase;letter-spacing: 1px;font-weight: 500;}
.col-page-news ul.list li a:hover h2{color:#d4c4a9}

.col-page{position: relative;z-index: 1;background: #fff;}
.col-news-detail{padding: 5vh 0;} 
.col-news-detail .mbx{color:#666;margin-bottom: 3.125vw;}
.col-news-detail .mbx a{color:#666}
.col-news-detail h1{font-weight: bold;}
.col-news-detail .info{padding: 12px 0 15px;border-bottom: 1px dotted #c6c6c6;margin-bottom: 4vh;font-size: 12px;display: flex;flex-wrap: wrap;}
.col-news-detail .info span.publisher{color:#e60012;margin: 0 5px;}
.col-news-detail .content{line-height: 2;}
.col-news-detail .col_page{margin-top: 9vh;}
.col-news-detail .col_page li{padding: 8px 0;font-size: 15px;color:#5a5a5a;}
.col-news-detail .col_page li:not(:last-child){border-bottom: 1px dotted #c6c6c6;}
.col-news-detail .col_page li a{color:#9d9d9d;transition: 0.2s;}
.col-news-detail .col_page li a:hover{color:#e60012;}

.col-page-inquiry{padding: 6vh 0 8vh;}
.col-page-inquiry .wrap{padding: 0 12.5vw;}
.col-page-inquiry .wrap .img{border-radius: 15px;position: relative;overflow: hidden;margin-bottom: 4.01vw;}
.col-page-inquiry .wrap .img h1{position: absolute;left: 0;width: 100%;text-align: center;top: 50%;transform: translateY(-50%);text-transform: uppercase;}
.col-page-inquiry .wrap form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-inquiry .wrap form ul li{width: 49%;margin-bottom: 2%;}
.col-page-inquiry .wrap form ul li:nth-child(n+9){width: 100%;}
.col-page-inquiry .wrap form ul li input,.col-page-inquiry .wrap form ul li textarea{width: 100%;height: 54px;border-radius: 3px;border: 1px solid #e7e7e7;outline: none;background: transparent;padding-left: 18px;}
.col-page-inquiry .wrap form ul li textarea{height: auto;min-height: 249px;padding-top: 15px;}
.col-page-inquiry .wrap form ul li.code{display: flex;}
.col-page-inquiry .wrap form ul li.code input.verify{width: 160px;}
.col-page-inquiry .wrap form .content{line-height: 1.875;color:#3a3a3a;margin: 0 0 3.125vw;}
.col-page-inquiry .wrap form .sub{width: 323px;height: 62px;border-radius: 62px;background: #dbd3c5;color:#fff;text-transform: uppercase;outline: none;border: none;padding: 0;}

/* search */
#search{padding: 8vh 0 6vh;overflow:hidden}
#search .goomay-keywords-light{background: #bb2424 !important;color:#ffffff !important;}
#search .search_left{border: 1px solid #d6d6d6;padding-top:5px;padding-bottom:5px;}
#search .s_head{border-bottom: 1px solid #d6d6d6;height: 50px;}
#search .s_head h2{line-height: 50px;text-align: center;font-size: 24px;font-weight: bold;color:#333;}
#search .s_body ul{margin-top: 10px;}
#search .s_body ul span{display: block;color: #333;line-height: 40px;}
#search .s_body ul input,.s_body ul select{height: 35px;width: 100%;line-height: 35px;border: 1px solid #e6e6e6;padding-left: 10px;margin-bottom: 10px;}
#search .s_body .sub input{height: 45px;line-height: 45px;background: #333;border: 0;color: #fff;transition: 0.3s;text-align: center;padding-left: 0px;font-size: 16px;}
#search .search_right .no-result{text-align: center;font-size: 30px;color:#333;margin-top:50px;}
#search .search-result-title{font-size: 20px;color: #333;line-height: 30px;height: 30px;overflow: hidden;}
#search .entry-image {float: left;width: 120px;margin: 0 20px 0 0;}
#search .entry-c{position: relative;overflow: hidden;}
#search .search-result-info{padding:5px 0;}
#search .search-result-info li{display: inline-block;}
#search .entry-content p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#search .search_right em{color: #bb2424;}
#search .search_right .search-result{margin-left:25px;}
#search .search_right .search-li{border-bottom: 1px solid #d6d6d6;margin-bottom: 30px;padding-bottom: 10px;}
#search .search_right li{overflow: hidden;}
#search .search-result-info li:before{content: '/';display: inline-block;margin-left: 10px;margin-right: 10px;opacity: 0.5}
#search .search-result-info li:first-child:before { display: none; }
#search .product_list{padding-bottom: 15px;border-bottom: 1px solid #d6d6d6; margin-bottom: 15px;}
#search .product_img{float: left;}
#search .product_img img{border-radius: 50%;}
#search .product_img img:hover{width: 90px;height: 90px;}
#search .product_body{float: left;margin-left: 20px;margin-top: 10px;}
#search .se_news{float: right;width: 79%;}
#search .news ul li .se_news a {color:#bb2424;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden;transition: 0.3s;}
#search .search_right .news .date em{color: #fff;}




/* 底部 */


/* media */

@media (max-width: 1800px) {

}
@media (max-width: 1600px) {
  #col-index-banner .tips .slide{width: 60%;}
  #col-index-banner .tips a.NavBtn{width: 20%;}

  .f14{font-size: 13px;}
  .f15{font-size: 14px;}
  .f16{font-size: 15px;}
  .f17{font-size: 16px;}
  .f18{font-size: 17px;}
  .f20{font-size: 1.2vw;}
  .f22{font-size: 1.3vw;}
  .f24{font-size: 1.4vw;}
  .f26{font-size: 1.5vw;}
  .f28{font-size: 1.6vw;}
  .f30{font-size: 1.7vw;}
  .f32{font-size: 1.8vw;}
  .f36{font-size: 1.9vw;}
  .f40{font-size: 2.1vw;}
  .f42{font-size: 2.15vw;}
  .f44{font-size: 2.2vw;}
  html{font-size: 15px;}
}

@media (max-width: 1460px) {
  .footer .wrap a.HeadBtn,.col-page-inquiry .wrap form .sub,.col-page-product .wrap .back{width: 280px;height: 50px;border-radius: 50px;}
  #col-index-banner .tips .slide .swiper-container .swiper-slide a,#col-index-banner .tips a.NavBtn{padding: 10px;}
  .header.inner_header .inner nav ul li>a{padding: 3px 10px;}
  .header.inner_header .inner nav ul li>a img{height: 18px;}
  .header .inner a.HeadBtn{width: 120px;height: 35px;line-height: 35px;}
  .header .inner a.HeadBtn i.iconfont{font-size: 16px;margin-right: 5px;}
  .header .inner a.HeadBtn .lines{width: 16px;height: 12px;}
  .header .inner a.HeadBtn .lines span.n2{top:5px;}
  .header .inner a.HeadBtn .lines span.n3{top: 10px;}
  
  .f14{font-size: 12px;}
  .f15{font-size: 13px;}
  .f16{font-size: 14px;}
  .f17{font-size: 15px;}
  .f18{font-size: 16px;}
  .f20{font-size: 1.3vw;}
  .f22{font-size: 1.4vw;}
  .f24{font-size: 1.5vw;}
  .f26{font-size: 1.6vw;}
  .f28{font-size: 1.7vw;}
  .f30{font-size: 1.8vw;}
  .f32{font-size: 1.9vw;}
  .f36{font-size: 2vw;}
  html{font-size: 14px;}

}
@media (max-width: 1200px) {
  .col-page-collection .flex a{height: 40px;border-radius: 40px;}
  .col-page-product #catalog .sicatalog_body .dashed input#freeword{width: 49%;}
  .col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li{width: 23.5%;margin-right: 2%;}
  .col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li:nth-child(5n){margin-right: 2%;}
  .col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li:nth-child(4n){margin-right: 0;}
  .col-page-inquiry .wrap form ul li input, .col-page-inquiry .wrap form ul li textarea{height: 40px;padding-left: 10px;}
  .col-page-inquiry .wrap form ul li textarea{min-height: 120px;padding-top: 5px;}
  .col-page-inquiry .wrap,.col-product-detail .detail .wrap{padding: 0 8.33vw;}
  .col-page-yana .item,.col-page-yana .col-5 .item,.col-page-yana .col-2 .item,.col-page-yana .col-3 .item,.col-product-detail .pro_img .wrap{padding-left: 5.2vw;padding-right: 5.2vw;}
  .container2{padding: 0 5.2vw;}
  .footer .wrap a.HeadBtn,.col-page-inquiry .wrap form .sub,.col-page-product .wrap .back{width: 140px;height: 40px;}
  .footer .wrap a.HeadBtn i.iconfont{margin-right: 5px;}
  .col-index-news a.more,.news_box .more,.col-page-yana .item a.more{width: 120px;height: 30px;letter-spacing: 1px;}
  .col-page-yana .item h2{margin-bottom: 4px;}
  .cd-primary-nav .wrap{padding: 40px;}
  .header.inner_header .inner nav ul li>a img{height: 12px;}
  .header.inner_header .inner nav ul li>a{padding: 2px 6px;}
  .header .inner .flex,.head{height: 80px;line-height: 80px;}
  #col-index-banner .scroll{right: 10px;bottom: 20px;}
  #col-index-banner .tips{bottom: 20px;}
  
  .f15{font-size: 12.5px;}
  .f16{font-size: 13px;}
  .f17{font-size: 14px;}
  .f18{font-size: 15px;}
  .f20{font-size: 1.55vw;}
  .f22{font-size: 1.65vw;}
  .f24{font-size: 1.7vw;}
  .f26{font-size: 1.75vw;}
  .f28{font-size: 1.8vw;}
  .f30{font-size: 1.85vw;}
  html{font-size: 13px;}
  
}
@media (max-width: 992px) {
  .col-page-yana .col-4 .item .content h3{font-size: 20px;}
  .col-index-phil .content h3,.col-index-message .wrap .flex .content h3,.col-page-yana .col-5 .item .content strong,.col-product-detail .detail .wrap .content table td h2{font-size: 18px;}
  .col-index-service .item .inner .flex ul.list li .title span,.col-product-detail .detail .wrap .content h3,.col-page-collection .product-search .input input,.col-page-ep .item .content .s-content h3{font-size: 16px;}
  .col-product-detail .detail .wrap .content{font-size: 14px;}
  
  .col-product-detail .pro_img .wrap{padding: 0 60px;}
  .col-product-detail .pro_img .wrap .swiper-button{width: 35px;height: 35px;}
  .col-product-detail .pro_img .wrap .swiper-button-prev{left: 10px;}
  .col-product-detail .pro_img .wrap .swiper-button-next{right: 10px;}
  .col-page-ep .item .content .s-content a{letter-spacing: 0.5px;}
  .col-page-as .col-4 ul.list li{width: calc(33.33% - 6.66px);margin-right: 10px;}
  .col-page-as .col-4 ul.list li:nth-child(5n){margin-right: 10px;}
  .col-page-as .col-4 ul.list li:nth-child(3n){margin-right: 0;}
  .col-page-as .col-3 .flex .img{margin-top: 0;}
  .col-page-as .col-2 .flex .content{padding-bottom: 0;}
  .col-page-collection .product-search .input{padding: 5px;}
  .col-page-collection .product-search .input .inpt4{width: 35px;height: 35px;}
  .col-page-collection .product-search .input .inpt3{width: calc(100% - 35px);}
  .header .inner a.HeadBtn{width: 100px;}
  .col-page-product #catalog .sicatalog_body .dashed input#freeword{width: 66%;}
  .col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li{width: 32%;margin-right: 2%;}
  .col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li:nth-child(4n){margin-right: 2%;}
  .col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li:nth-child(3n){margin-right: 0;}
  .col-page-product .wrap .search-btn a i.iconfont{margin-right: 10px;}
  .col-page-news ul.list{padding: 0 20px;}
  .col-page-news .news-nav a{padding: 4px 12px;}
  .col-page-news .news-nav a::after{top: 2px;right: 2px;transform: scale(.6);}
  .col-index-service .item .inner .flex ul.list li{margin-bottom: 10px;}
  .col-index-news .news_1 a .img,.col-index-news .news_1 a .content,.col-index-news ul.list li,.col-index-service .item .inner .flex .content,.col-index-service .item .inner .flex ul.list,.col-index-message .wrap .flex .img,.col-index-message .wrap .flex .content,.news_box ul.list li a .img,.news_box ul.list li a .content,.col-page-as .col-2 .flex .img,.col-page-as .col-2 .flex .content,.col-page-as .col-3 .flex .img,.col-page-as .col-3 .flex .content,.col-page-ep .col-1 .flex h2,.col-page-ep .col-1 .flex .content,.col-page-ep .item .img,.col-page-ep .item .content{width: 100%;max-width: none;margin-bottom: 25px;}
  .col-index-news .news_1 a .content,.col-index-service .item .inner .flex ul.list,.col-index-message .wrap .flex .content,.news_box ul.list li a .content,.col-page-as .col-3 .flex .content,.col-page-ep .col-1 .flex .content{margin-bottom: 0;}
  .col-index-news ul.list li{padding-right: 0;}
  .col-index-news ul.list li a .content .date{margin: 4px 0 0;}
  #col-index-banner,#col-index-banner>.swiper-container{height: 100vh !important;}
  #col-index-banner .tips {justify-content: space-between;}
  #col-index-banner .tips .slide{width: 100%;border-radius: 10px;margin-bottom: 10px;height: 55px;}
  #col-index-banner .tips .slide .swiper-container{position: relative;}
  #col-index-banner .tips a.NavBtn{width: calc(50% - 5px);border-radius: 10px;line-height: 1.25;}
  .cd-primary-nav .wrap{font-size: 8px;}
  .cd-primary-nav .wrap ul.list li:nth-child(n+4) .img img{min-height: 15px;}
  .cd-primary-nav .wrap ul.list li a{padding: 8px 12px;}
  .cd-primary-nav .wrap ul.list li:nth-child(n+4),.col-page-product .wrap .search-btn a{padding: 10px;}
  .cd-primary-nav .wrap ul.list{--gap: 1em;-ms-grid-columns: 1fr var(--gap) 1fr;grid-template-columns: 1fr 1fr;margin-bottom: 0;}
  .cd-primary-nav .closeBtn{width: 40px;height: 40px;}
  .header .inner .flex,.head{height: 60px;line-height: 60px;padding: 0 20px;}
  .header .inner .logo{margin-right: auto;}
  .header .inner nav,.header .inner .contact,#col-index-banner .scroll,.footer .wrap ul.list,.footer .bottom .footer-nav,.col-page-as .col-4 ul.list li:last-child{display: none !important;}
  
  .f15{font-size: 12.2px;}
  .f16{font-size: 12.5px;}
  .f17{font-size: 13px;}
  .f18{font-size: 14px;}
  .f20{font-size: 16px;}
  .f22{font-size: 17px;}
  .f24{font-size: 17.5px;}
  .f26{font-size: 18px;}
  .f28{font-size: 19px;}
  .f30{font-size: 20px;}
  .f32{font-size: 21px;}
  .f36{font-size: 22px;}
  .f40{font-size: 23px;}
  .f42{font-size: 23.5px;}
  .f44{font-size: 24px;}
  .f48{font-size: 24.5px;}
  .f50{font-size: 25px;}
  .f54{font-size: 25.2px;}
  .f56{font-size: 25.3px;}
  .f60{font-size: 25.5px;}
  .f66{font-size: 25.8px;}
  .f70{font-size: 26px;}
  .f72{font-size: 26.2px;}
  .f76{font-size: 26.4px;}
  .f80{font-size: 26.8px;}
  .f90{font-size: 28px;}
  html{font-size: 12px;}
  
}
@media (max-width: 768px) {
  .col-page-ep .col-1 .child a{width: 100%;border-radius: 5px;margin-bottom: 10px;}
  .col-page-collection ul.list li .title,.col-page-product .wrap .lists ul.list li .title{margin: 10px 0 2px;}
  .col-product-detail .detail .wrap .content table td{width: 50%;display: inline-block;}
  .col-product-detail .detail .wrap .content table td ul li{padding-left: 10px;}
  .col-product-detail .detail .wrap .content table td ul li::before{width: 4px;height: 4px;}
  .col-page-product #catalog .search_criteria .flex .items,.col-page-product #catalog .search_criteria .flex button{width: 100%;margin-bottom: 10px;}
  .col-page-product #catalog .search_criteria .flex button,.col-page-product #catalog .search_criteria .flex dd#no-query{padding: 10px;}
  .col-page-product #catalog .sicatalog_body .dashed input#freeword{width: 100%;}
  .col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li a,.col-page-product #catalog .sicatalog_body .dashed input#freeword,.col-page-product #catalog .search_criteria .flex dd.query{padding: 3px 7px;}
  .col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li{width: 49%;margin-right: 2%;}
  .col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li:nth-child(3n){margin-right: 2%;}
  .col-page-product #catalog .sicatalog_body .dashed ul.catalog_list li:nth-child(2n){margin-right: 0;}
  .col-page-product .wrap .lists ul.list li,.col-page-collection ul.list li{width: 48%;margin-right: 4%;}
  .col-page-product .wrap .lists ul.list li:nth-child(3n),.col-page-collection ul.list li:nth-child(3n){margin-right: 4%;}
  .col-page-product .wrap .lists ul.list li:nth-child(2n),.col-page-collection ul.list li:nth-child(2n){margin-right: 0;}
  .cd-primary-nav{display: block;}
  .cd-primary-nav .wrap{padding: 40px 20px;}
  .cd-primary-nav .wrap ul.list{--gap: 1em;-ms-grid-columns: 1fr;grid-template-columns: 1fr;}
  
  .f20{font-size: 16.2px;}
  .f22{font-size: 16.3px;}
  .f24{font-size: 16.4px;}
  .f26{font-size: 16.5px;}
  .f28{font-size: 16.6px;}
  .f30{font-size: 16.7px;}
  .f32{font-size: 16.8px;}
  .f36{font-size: 17px;}
  .f40{font-size: 18px;}
  .f42{font-size: 18.1px;}
  .f44{font-size: 18.2px;}
  .f48{font-size: 18.8px;}
  .f50{font-size: 19px;}
  .f54{font-size: 20px;}
  .f56{font-size: 20.5px;}
  .f60{font-size: 21px;}
  .f66{font-size: 21.6px;}
  .f70{font-size: 22px;}
  .f72{font-size: 23px;}
  .f76{font-size: 23.5px;}
  .f80{font-size: 24px;}
  .f90{font-size: 25px;}
   html{font-size: 11px;}
  
}
@media (max-width: 468px) {
  #col-index-banner .tips a.NavBtn i.fa{right: 10px;}
  .col-page-inquiry{padding: 4vh 0;}
  .col-page-inquiry .wrap form ul li{width: 100%;margin-right: 0 !important;}
  html{font-size: 10px;}

  
}
@media (max-height: 700px) {

}



/*手机版菜单*/
.mm-slideout{z-index: auto!important;}
@media screen and (max-width: 992px)  {
  #header a.mm_btn {background: center center no-repeat transparent;display: block;width: 60px;height:60px;padding: 15px;z-index: 12; }
  #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
  #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
  #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #fff; position: absolute; left: 0; top: 14px;/*transition: transform .2s ease .2s;-webkit-transition: -webkit-transform .2s ease .2s;*/-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  #header.active .mm_btn .menu_bar_item .rect,#header.cur .mm_btn .menu_bar_item .rect{background: #000;}
  #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
  #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
  #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
  #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
  #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
  #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
  #header .mm_btn.is_active .menu_bar_item {transform: translateZ(0) rotate(45deg);transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform: translateZ(0) rotate(45deg);-webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;}
  /*菜单弹出方向*/
  .mm-menu_offcanvas{left: auto!important;}
  .mm-menu{right: 0!important;}
  .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
  .mm-slideout{z-index: 10!important;}
  .mm-menu.mm-menu_pageshadow:after{content: ""; display: block; width: 20px; height: 120%; position: absolute; right: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.3);}/*弹出菜单边阴影*/
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform: translate(-80vw,0)!important;-ms-transform: translate(-80vw,0)!important;transform: translate(-80vw,0)!important;-webkit-transform: translate3d(-80vw,0,0)!important;transform: translate3d(-80vw,0,0)!important;/*transform: translate3d(80vw,0,0)!important;*/}
  .mm-wrapper_opened .mm-menu_fx-menu-slide {-webkit-transform: translate(0,0)!important;-ms-transform: translate(0,0)!important;transform: translate(0,0)!important;-webkit-transform: translate3d(0,0,0)!important;transform: translate3d(0,0,0)!important;}
  /**/
  #menu{ color:rgba(0,0,0,.8);}
  #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
  #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
  #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
  #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
  /* #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);} */
  #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
  #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
  #menu .mm-listitem a{font-size: 16px;}
}
@media (min-width: 550px){
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {-webkit-transform: translate(-440px,0)!important;-ms-transform: translate(-440px,0)!important;transform: translate(-440px,0)!important;-webkit-transform: translate3d(-440px,0,0)!important;transform: translate3d(-440px,0,0)!important;}
}

